[INFO] cloning repository https://github.com/juanmaioli/KQuickView
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/juanmaioli/KQuickView" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjuanmaioli%2FKQuickView", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjuanmaioli%2FKQuickView'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d4a677b7dab084116d74506c5894bf69edcd0eaf
[INFO] checking juanmaioli/KQuickView against master#09a371361240e42b0d69438fd1179efcf212e576 for pr-157814-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjuanmaioli%2FKQuickView" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/juanmaioli/KQuickView
[INFO] finished tweaking git repo https://github.com/juanmaioli/KQuickView
[INFO] tweaked toml for git repo https://github.com/juanmaioli/KQuickView written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/juanmaioli/KQuickView on toolchain 09a371361240e42b0d69438fd1179efcf212e576
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/juanmaioli/KQuickView already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cxx-qt-build v0.8.1
[INFO] [stderr]   Downloaded cxx-qt-macro v0.8.1
[INFO] [stderr]   Downloaded link-cplusplus v1.0.12
[INFO] [stderr]   Downloaded qt-build-utils v0.8.1
[INFO] [stderr]   Downloaded cxx-gen v0.7.194
[INFO] [stderr]   Downloaded cxxbridge-flags v1.0.194
[INFO] [stderr]   Downloaded cxx-qt v0.8.1
[INFO] [stderr]   Downloaded cxxbridge-macro v1.0.194
[INFO] [stderr]   Downloaded cxxbridge-cmd v1.0.194
[INFO] [stderr]   Downloaded cxx-build v1.0.194
[INFO] [stderr]   Downloaded cxx-qt-lib v0.8.1
[INFO] [stderr]   Downloaded cxx-qt-gen v0.8.1
[INFO] [stderr]   Downloaded cxx v1.0.194
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7cf07dcec6eec8f91d8fcff9552b5c74122c05467aaf1800be6da9d6f61e2ab2" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8e54e7b6c850add4a55b01d401c86ea2c3fa4e74f869a06113ce6b72164e6c1b
[INFO] running `Command { std: "docker" "start" "8e54e7b6c850add4a55b01d401c86ea2c3fa4e74f869a06113ce6b72164e6c1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8e54e7b6c850add4a55b01d401c86ea2c3fa4e74f869a06113ce6b72164e6c1b" "/opt/rustwide/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e54e7b6c850add4a55b01d401c86ea2c3fa4e74f869a06113ce6b72164e6c1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8e54e7b6c850add4a55b01d401c86ea2c3fa4e74f869a06113ce6b72164e6c1b" "/opt/rustwide/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling cxxbridge-flags v1.0.194
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]    Compiling pulldown-cmark v0.10.3
[INFO] [stderr]     Checking getopts v0.2.24
[INFO] [stderr]     Checking pulldown-cmark-escape v0.10.1
[INFO] [stderr]     Checking bitflags v2.12.1
[INFO] [stderr]    Compiling codespan-reporting v0.13.1
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]    Compiling link-cplusplus v1.0.12
[INFO] [stderr]    Compiling cxx v1.0.194
[INFO] [stderr]    Compiling cxx-gen v0.7.194
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling cxxbridge-macro v1.0.194
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling clang-format v0.3.0
[INFO] [stderr]    Compiling cxx-qt-gen v0.8.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling qt-build-utils v0.8.1
[INFO] [stderr]    Compiling cxx-qt-build v0.8.1
[INFO] [stderr]    Compiling cxx-qt-macro v0.8.1
[INFO] [stderr]    Compiling cxx-qt v0.8.1
[INFO] [stderr]    Compiling cxx-qt-lib v0.8.1
[INFO] [stderr]    Compiling kquickview v0.5.3 (/opt/rustwide/workdir)
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "8e54e7b6c850add4a55b01d401c86ea2c3fa4e74f869a06113ce6b72164e6c1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e54e7b6c850add4a55b01d401c86ea2c3fa4e74f869a06113ce6b72164e6c1b", kill_on_drop: false }`
[INFO] [stdout] 8e54e7b6c850add4a55b01d401c86ea2c3fa4e74f869a06113ce6b72164e6c1b
